import { Flex, Heading, TextField, PasswordField, Button, useTheme, } from '@aws-amplify/ui-react'; export const SignUpFormExample = () => { const { tokens } = useTheme(); return ( Sign Up ); };